projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b94190
)
fixed apparent but not real memory leak
author
parkrrrr
<parkrrrr>
Thu, 31 Jul 2003 16:23:22 +0000
(16:23 +0000)
committer
parkrrrr
<parkrrrr>
Thu, 31 Jul 2003 16:23:22 +0000
(16:23 +0000)
position.c
patch
|
blob
|
history
diff --git
a/position.c
b/position.c
index 82a2d12889e9fa4571052f7498a7405f39569b00..36b69aa3c99a92f61e59ed3a9e8055a660f38d7b 100644
(file)
--- a/
position.c
+++ b/
position.c
@@
-246,7
+246,7
@@
radius_process(void)
xfree(wp->extra_data);
}
- free(comp);
+
x
free(comp);
}
void